use rn by Cocoapods
配置信息
rn版本0.50.0
cocoapods:1.4
Podfile
1 | platform :ios, '8.0' |
用CxxBridge替换BatchedBridge
将podfile修改后,会出现问题
https://github.com/facebook/react-native/issues/16381
https://github.com/facebook/react-native/pull/16664
1 | s.subspec "jschelpers" do |ss| |